-
Notifications
You must be signed in to change notification settings - Fork 8.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(debug): add ability to override the debugPrint statement #2337
Conversation
This allows users to use a single logger within their application for all printing, regardless of level.
Codecov Report
@@ Coverage Diff @@
## master #2337 +/- ##
==========================================
- Coverage 99.01% 98.30% -0.71%
==========================================
Files 42 41 -1
Lines 3157 2307 -850
==========================================
- Hits 3126 2268 -858
- Misses 21 23 +2
- Partials 10 16 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Any chance of this being mergeable? |
Thanks for merging this! Much appreciated :) |
This allows users to use a single logger within their application for all printing, regardless of level.
master